conditional branch造句
例句与造句
- This instruction format is used by the conditional branch instruction
条件转移指令使用的是这一指令格式。 - Also , the conditional branch instruction
条件转移指令 - Represents a conditional branch statement , typically represented as an if
表示条件分支语句,通常表示为一个 - Conditional branch instruction
条件分支指令。 - Measurement and control ; performance tests on process computer systems ; time measurement ; function tested : conditional branch
测量和控制.过程计算机系统的性能试验.时间测量.被测 - It's difficult to find conditional branch in a sentence. 用conditional branch造句挺难的
- This allows the combining of multiple branching conditions , which can reduce the number of costly conditional branches
它允许组合多个转移条件,这样可以减少代价高昂的条件转移的数量。 - Is more complicated , with bytecode sometimes using normal conditional branches and other times one of a pair of table - based conditional branches
语句就复杂多了,在字节码中,有时采用正常的条件分支,有时采用两种基于表的条件分支之一。 - Conditional branch optimization with the value probes , profile - guided optimizations can find if a given value in a switch statement is used more often than other values
条件分支优化使用值探测,按配置优化可确定switch语句中的给定值是否比其他值更常用。 - The portlet tag library provides jsp tags to access a variety of portlet data , tags for conditional branching in the jsp , and tags for other utility methods
Portlet标记库提供了jsp标记以便访问各种portlet数据、 jsp中的条件转移标记以及其它实用程序方法的标记。 - Conditional branches allow specifying any one of the 32 condition register bits to be used as the condition , and to specify whether that cr bit must be equal to 0 or 1 for the branch condition to succeed
条件寄存器32位中的任意一位都可以指定为条件转移的条件,并可以指定cr位是否必须为0或1时转移条件才成立。 - In software engineering , the degree of complication of a system or system component , determined by such factors as the number and intricacy of interfaces , the number and intricacy of conditional branches , the degree of nesting , the types of data structures , and other system characteristics
在软件工程中,系统或系统组成部分的复杂程度由下述因素确定:接口的数量和错综程度、条件转移的数量和错综程度、嵌套的深度、数据结构的类型,以及其它一些系统特性。 - Abstract : for a precise dataflow analysis within the framework of the computation function model , the logical relationship of branch conditions is represented as the coverage relationship of regions . in this paper , the authors discuss how to represent , compute and propagate the region , region of the conditional reference . meanwhile , the methods of resolving the nondeterminism caused by conditional branch statements are also presented in order to get more precise dataflow information
文摘:用计算函数模型进行精确的数据流分析,条件谓词之间的逻辑关系被转化为空间区域之间的覆盖关系.该文讨论在各种常见的程序构造下如何表示、计算和传递区域、区域,并在数据流分析过程中,利用区域、区域之间的覆盖关系消除条件分支语句带来的不确定性,以得到更精确的数据流信息